@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-regular.woff2") format("woff2"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-regular.woff") format("woff"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-regular.ttf") format("truetype"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-regular.svg#NunitoSans") format("svg");
  /* Legacy iOS */ }

/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-700.woff2") format("woff2"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-700.woff") format("woff"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-700.ttf") format("truetype"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-700.svg#NunitoSans") format("svg");
  /* Legacy iOS */ }

/* nunito-sans-800 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Sans ExtraBold"), local("NunitoSans-ExtraBold"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-800.eot?#iefix") format("embedded-opentype"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-800.woff2") format("woff2"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-800.woff") format("woff"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-800.ttf") format("truetype"), url("../Fonts/nunito-sans-v3-latin/nunito-sans-v3-latin-800.svg#NunitoSans") format("svg");
  /* Legacy iOS */ }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 16px;
  font-weight: normal;
  font-family: "Nunito Sans", Verdana, Arial, sans-serif;
  color: #5a5a5a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 27px; }

::-moz-selection {
  background: #9d0a0e;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #9d0a0e;
  text-shadow: none;
  color: #fff; }

INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #000; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  opacity: 1;
  color: #ccc; }

::-moz-placeholder {
  opacity: 1;
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #9d0a0e;
  margin: 1em 0;
  padding: 0; }

img, VIDEO {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

figure {
  margin: 0; }

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center; }
  .browsehappy a {
    color: #fff !important; }

a {
  color: #5a5a5a;
  text-decoration: none;
  transition: all 0.4s ease-in-out; }
  a:hover {
    color: #9d0a0e; }

.link-btn a {
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.05em;
  background: #9d0a0e;
  border: 1px solid #9d0a0e; }
  .link-btn a:hover {
    background: #fff;
    color: #9d0a0e; }

p {
  margin: 0.25em 0 1em 0; }

.allcont UL LI {
  padding: 5px 10px; }
  .allcont UL LI::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #9d0a0e;
    border-radius: 50%;
    margin-right: 10px; }
  .allcont UL LI.plus {
    font-size: 20px;
    padding: 10px 10px 10px 5px; }
    .allcont UL LI.plus:before {
      background: transparent;
      border-radius: 0;
      margin: 0;
      padding-right: 10px;
      width: auto;
      height: auto;
      content: '+';
      font-weight: 700;
      color: #9d0a0e; }
  .allcont UL LI UL LI {
    padding: 5px 10px 5px 20px; }
    .allcont UL LI UL LI::before {
      background: #cd0d12; }

/*Textstile -----------------------------------------*/
.button, INPUT[type=submit] {
  display: inline-block;
  color: #fff;
  padding: 8px 40px 8px 20px;
  text-decoration: none;
  border: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.025em;
  background: #9d0a0e;
  transition: all 0.3s ease-in-out; }

.button:hover, INPUT:hover[type=submit] {
  background-color: #202020;
  color: #fff;
  background-position: right 15px center; }

.bluetext {
  color: #1f5474; }

.redtext {
  color: #9d0a0e; }

.largetext {
  font-size: 20px; }

.uppercase {
  text-transform: uppercase; }

/*Rahmen -----------------------------------------*/
.frame-greybox {
  background: #2c2c2c;
  padding: 2%; }

.cont .frame-greybox:last-child {
  padding-bottom: 0; }

.frame-bgcolors1 {
  background: url("../Images/AdobeStock_187099714_cut.png") no-repeat right top/520px auto; }

.frame-bgcolors2 {
  background: url("../Images/AdobeStock_187099642.png") no-repeat left bottom/533px auto; }

.frame-bgcolors3 {
  background: url("../Images/AdobeStock_187099714.png") no-repeat right top/480px auto; }

/*Layouts -----------------------------------------*/
.head .inner,
.foot > .inner {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.cont > .frame {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.cont > .frame.frame-layout-10 {
  max-width: none;
  width: 100%; }
  .cont > .frame.frame-layout-10.frame-greybox {
    padding: 20px 0; }

.cont > .frame.frame-layout-20 {
  max-width: none;
  width: 100%; }
  .cont > .frame.frame-layout-20 > .inner {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }

/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -webkit-flex; }
  .gridrow .col + .col {
    margin-left: 2%; }
  .gridrow.align__middle {
    align-items: center; }
  .gridrow.align__top {
    align-items: flex-start; }
  .gridrow.align__bottom {
    align-items: flex-end; }

/*Boxen 2er%*/
.grid2cols .col {
  width: calc(50% - 1%); }

/*Boxen 3er%*/
.grid3cols .col {
  width: calc(33% - 1%); }

/*Boxen 4er%*/
.grid4cols .col {
  width: calc(25% - 1%); }

/*Boxen 5er%*/
.grid5cols .col {
  width: calc(20% - 1%); }

/*Boxen 33%-66%*/
.col_pos_33-66 .col.col1 {
  width: calc(34% - 1%); }

.col_pos_33-66 .col.col2 {
  width: calc(66% - 1%); }

/*Boxen 66%-33%*/
.col_pos_66-33 .col.col1 {
  width: calc(66% - 1%); }

.col_pos_66-33 .col.col2 {
  width: calc(34% - 1%); }

/*Boxen 20%-80%*/
.col_pos_20-80 .col.col1 {
  width: calc(20% - 1%); }

.col_pos_20-80 .col.col2 {
  width: calc(80% - 1%); }

/*Boxen 80%-20%*/
.col_pos_80-20 .col.col1 {
  width: calc(80% - 1%); }

.col_pos_80-20 .col.col2 {
  width: calc(20% - 1%); }

.scrolldown {
  position: absolute;
  bottom: 40px;
  left: 100px;
  width: 27px;
  height: 35px;
  background: url("../Images/scrolldown.svg") no-repeat center/contain;
  z-index: 10;
  cursor: pointer; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.frame-space-before-space_before_extra-small {
  margin-top: 10px; }

.frame-space-before-space_before_small {
  margin-top: 20px; }

.frame-space-before-space_before_medium {
  margin-top: 40px; }

.frame-space-before-space_before_large {
  margin-top: 80px; }

.frame-space-before-space_before_extra-large {
  margin-top: 100px; }

.frame-space-after-space_after_extra-small {
  margin-bottom: 10px; }

.frame-space-after-space_after_small {
  margin-bottom: 20px; }

.frame-space-after-space_after_medium {
  margin-bottom: 40px; }

.frame-space-after-space_after_large {
  margin-bottom: 80px; }

.frame-space-after-space_after_extra-large {
  margin-bottom: 100px; }

.frame-greybox.frame-space-before-space_before_extra-small, .frame-greybox.frame-space-before-space_before_small, .frame-greybox.frame-space-before-space_before_medium, .frame-greybox.frame-space-before-space_before_large, .frame-greybox.frame-space-before-space_before_extra-large, .frame-greybox.frame-space-after-space_before_extra-small, .frame-greybox.frame-space-after-space_before_small, .frame-greybox.frame-space-after-space_before_medium, .frame-greybox.frame-space-after-space_before_large, .frame-greyboxs.frame-space-after-space_before_extra-large {
  margin-top: 0;
  margin-bottom: 0; }

.frame-greybox.frame-space-before-space_before_extra-small > .inner {
  margin-top: 10px; }

.frame-greybox.frame-space-before-space_before_small > .inner {
  margin-top: 20px; }

.frame-greybox.frame-space-before-space_before_medium > .inner {
  margin-top: 40px; }

.frame-greybox.frame-space-before-space_before_large > .inner {
  margin-top: 80px; }

.frame-greybox.frame-space-before-space_before_extra-large > .inner {
  margin-top: 100px; }

.frame-greybox.frame-space-after-space_after_extra-small > .inner {
  margin-bottom: 10px; }

.frame-greybox.frame-space-after-space_after_small > .inner {
  margin-bottom: 20px; }

.frame-greybox.frame-space-after-space_after_medium > .inner {
  margin-bottom: 40px; }

.frame-greybox.frame-space-after-space_after_large > .inner {
  margin-bottom: 80px; }

.frame-greybox.frame-space-after-space_after_extra-large > .inner {
  margin-bottom: 100px; }

.allcont .video {
  margin-top: 20px; }
  .allcont .video iframe {
    width: 1200px;
    max-width: 100%;
    height: 675px; }

.cc-window.cc-bottom {
  bottom: 0; }

@media all and (max-width: 1200px) {
  .allcont .video iframe {
    height: calc(96vw * 0.5625); } }

@media all and (max-width: 960px) {
  .grid2cols {
    flex-direction: column; }
    .grid2cols > .col {
      width: 100%; }
      .grid2cols > .col + .col {
        margin-left: 0;
        margin-top: 20px; }
  /*Boxen 5er%*/
  .gridrow.grid5cols .col + .col {
    margin-left: 3%;
    margin-top: 3%; }
    .gridrow.grid5cols .col + .col.col2 {
      margin-top: 0%; }
    .gridrow.grid5cols .col + .col.col3, .gridrow.grid5cols .col + .col.col5 {
      margin-left: 0; }
  .grid5cols {
    flex-wrap: wrap; }
    .grid5cols > .col {
      width: calc(48% - 2%); }
  .gridrow.col_pos_33-66 .col + .col,
  .col_pos_66-33 .col + .col {
    margin-left: 0;
    margin-top: 3%; }
  .col_pos_80-20 .col.col1,
  .col_pos_20-80 .col.col1 {
    width: 100%; }
  .col_pos_80-20 .col.col2,
  .col_pos_20-80 .col.col2 {
    width: 100%; } }

@media all and (max-width: 768px) {
  .frame-bgcolors1,
  .frame-bgcolors2,
  .frame-bgcolors3 {
    background: transparent; }
  .scrolldown {
    display: none; }
  .gridrow.grid3cols .col + .col {
    margin-left: auto;
    margin-top: 3%; }
  .grid3cols {
    flex-wrap: wrap; }
    .grid3cols > .col {
      width: 100%; }
  /*Boxen 4er%*/
  .gridrow.grid4cols .col + .col {
    margin-left: 3%;
    margin-top: 3%; }
    .gridrow.grid4cols .col + .col.col2 {
      margin-top: 0; }
    .gridrow.grid4cols .col + .col.col3 {
      margin-left: 0; }
  .grid4cols {
    flex-wrap: wrap; }
    .grid4cols > .col {
      width: calc(48% - 2%); }
  /*Boxen 5er%*/
  .gridrow.grid5cols .col + .col {
    margin-left: 3%;
    margin-top: 3%; }
    .gridrow.grid5cols .col + .col.col2 {
      margin-top: 0%; }
    .gridrow.grid5cols .col + .col.col3, .gridrow.grid5cols .col + .col.col5 {
      margin-left: 0; }
  .grid5cols {
    flex-wrap: wrap; }
    .grid5cols > .col {
      width: calc(48% - 2%); }
  .gridrow.col_pos_33-66 .col + .col,
  .col_pos_66-33 .col + .col {
    margin-left: 0;
    margin-top: 3%; }
  /*Boxen 33%-66%*/
  .col_pos_33-66,
  .col_pos_66-33 {
    flex-wrap: wrap; }
    .col_pos_33-66 > .col.col1,
    .col_pos_66-33 > .col.col1 {
      width: 100%; }
    .col_pos_33-66 > .col.col2,
    .col_pos_66-33 > .col.col2 {
      width: 100%; }
  .gridrow.col_pos_80-20 .col + .col,
  .gridrow.col_pos_20-80 .col + .col {
    margin-left: 0;
    margin-top: 3%; }
  .col_pos_80-20,
  .col_pos_20-80 {
    flex-wrap: wrap; }
    .col_pos_80-20 .col.col1,
    .col_pos_20-80 .col.col1 {
      width: 100%; }
    .col_pos_80-20 .col.col2,
    .col_pos_20-80 .col.col2 {
      width: 100%; } }

@media all and (max-width: 480px) {
  /*Boxen 3er%*/
  .gridrow.grid3cols .col + .col {
    margin-left: 0;
    margin-top: 3%; }
  .grid3cols {
    flex-wrap: wrap; }
    .grid3cols > .col {
      width: 100%; }
  /*Boxen 4er%*/
  .gridrow.grid4cols .col + .col {
    margin-left: 0;
    margin-top: 3%; }
    .gridrow.grid4cols .col + .col.col2 {
      margin-top: 3%; }
  .grid4cols {
    flex-wrap: wrap; }
    .grid4cols > .col {
      width: 100%; }
  /*Boxen 5er%*/
  .gridrow.grid5cols .col + .col {
    margin-left: 0;
    margin-top: 3%; }
    .gridrow.grid5cols .col + .col.col2 {
      margin-top: 3%; }
  .grid5cols {
    flex-wrap: wrap; }
    .grid5cols > .col {
      width: 100%; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  margin: 0;
  font-family: "Nunito Sans", Verdana, Arial, sans-serif;
  line-height: 120%;
  letter-spacing: 0.025em;
  padding: 10px 0 0; }

h1, h2, h3, h5 {
  color: #202020; }

h1 {
  font-size: 50px;
  text-transform: uppercase; }

h2 {
  font-size: 45px;
  text-transform: uppercase; }

h3 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 133.333%; }

h4 {
  font-size: 25px;
  color: #6d6e71; }

h5 {
  font-size: 20px;
  color: #6d6e71;
  padding-bottom: 20px;
  text-transform: uppercase; }

h6 {
  font-size: 16px;
  line-height: 187.5%;
  text-transform: uppercase; }

strong,
b {
  font-weight: 700; }

@media all and (max-width: 768px) {
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px;
    color: #6d6e71; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; } }

INPUT, SELECT, TEXTAREA {
  width: 100%;
  border: 2px solid #2c2c2c;
  padding: 10px 15px; }
  INPUT:focus, SELECT:focus, TEXTAREA:focus {
    background: #eee;
    outline: none; }

SELECT {
  height: 41px; }

INPUT[type=submit] {
  padding: 15px 40px 15px 30px; }

INPUT[type='radio'], INPUT[type='checkbox'] {
  width: auto;
  margin-right: 5px; }

@media all and (max-width: 960px) {
  INPUT[type=submit] {
    padding: 15px 10px 15px 10px; } }

/*Tabelle*/
.allcont table.styledtable {
  width: 100%;
  margin: 10px 0px 5px; }
  .allcont table.styledtable tr th {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    background: #9d0a0e;
    padding: 10px 15px;
    border-right: 1px solid #fff; }
  .allcont table.styledtable tr td {
    padding: 5px 15px;
    border-right: 1px solid #fff; }
  .allcont table.styledtable tr:nth-child(even) {
    background-color: #2c2c2c; }

.allcont table tr td + td {
  padding-left: 10px; }

.head {
  height: 150px;
  position: absolute; }
  .head .head2 {
    transition: all 0.3s ease-in-out;
    background: transparent;
    position: relative;
    z-index: 1000;
    width: 100%;
    border-bottom: 2px solid transparent;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .head .head2 .inner {
      transition: all 0.3s ease-in-out;
      max-width: none;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .head .head2 .inner .logo {
        transition: all 0.3s ease-in-out;
        background: url("logo_white.svg") no-repeat 0 0/100%;
        width: 180px;
        height: 70px;
        margin: 55px 0 5px 4.25%; }
        .head .head2 .inner .logo a {
          display: block;
          width: 100%;
          height: 100%; }
          .head .head2 .inner .logo a span {
            display: none; }
      .head .head2 .inner nav {
        margin-top: 90px; }

/* STICKY NAV */
.sticky-anchor {
  position: absolute;
  bottom: 0;
  left: 0; }

.head.stickyhead .head2 {
  border-bottom-color: ;
  position: fixed;
  bottom: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0.9;
  background-color: transparent; }
  .head.stickyhead .head2:hover {
    opacity: 1; }
  .head.stickyhead .head2 .inner .logo {
    height: 45px;
    width: 116px;
    margin: 15px 0 15px 4.25%; }
  .head.stickyhead .head2 .inner nav {
    margin-top: 0; }

#subhead {
  position: relative; }
  #subhead #subhead2 {
    overflow: hidden;
    max-height: 1185px; }
    #subhead #subhead2 .frame {
      max-height: 1185px; }
  #subhead DIV {
    max-width: none;
    width: auto;
    margin: 0;
    overflow: visible;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    left: 0;
    float: none; }
  #subhead figure {
    display: block; }
  #subhead IMG {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%; }
  #subhead .ce-bodytext {
    position: absolute;
    top: 50%;
    left: 6.25%;
    z-index: 50;
    max-width: 1200px;
    width: 40.625%;
    color: #fff;
    font-size: 18px;
    line-height: 30px; }
    #subhead .ce-bodytext .largetext {
      font-size: 60px;
      line-height: 116.6667%;
      text-transform: uppercase;
      font-weight: 800; }
  #subhead .slick-slide {
    float: left; }
    #subhead .slick-slide .slide {
      display: block !important; }
  #subhead .background__slider .slider {
    max-height: 1185px; }
  #subhead .background__slider .text {
    top: auto;
    bottom: 50%;
    left: 6.25%;
    max-width: 1200px;
    width: 40.625%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    #subhead .background__slider .text .teaser {
      position: relative;
      margin-top: 25px; }
      #subhead .background__slider .text .teaser:before {
        content: '';
        display: block;
        position: absolute;
        top: 9px;
        left: 5px;
        width: 3px;
        height: calc(100% - 18px);
        background: #fff; }
  #subhead .background__slider .slick-dots-wrapper {
    position: absolute;
    left: auto;
    bottom: 110px;
    right: 0;
    display: inline-block;
    width: auto; }
    #subhead .background__slider .slick-dots-wrapper:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 62px;
      width: 3px;
      height: 115px;
      background: #fff; }
  #subhead .background__slider .slick-dots {
    right: 45px;
    bottom: 160px;
    width: auto;
    display: inline-block;
    text-align: left; }
    #subhead .background__slider .slick-dots li {
      width: auto;
      height: auto;
      margin: 13px 3px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      #subhead .background__slider .slick-dots li:last-of-type {
        margin-bottom: 0; }
      #subhead .background__slider .slick-dots li button {
        font-size: 14px;
        font-family: 'Nunito Sans';
        letter-spacing: 0.05em;
        font-weight: 600;
        color: #fff;
        opacity: 0.2;
        background: transparent; }
      #subhead .background__slider .slick-dots li.slick-active button {
        font-size: 16px;
        opacity: 1; }
  #subhead .background__slider .scrolldown {
    left: 6.25%;
    bottom: 110px; }

BODY:not(.pid0) #subhead:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  pointer-events: none; }

BODY:not(.pid0) #subhead #subhead2 {
  max-height: 600px; }
  BODY:not(.pid0) #subhead #subhead2 DIV {
    max-height: 600px; }
  BODY:not(.pid0) #subhead #subhead2 .videoplayer {
    height: 600px; }
  BODY:not(.pid0) #subhead #subhead2 video {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: none;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto; }

@media all and (min-width: 2000px) {
  #subhead IMG {
    width: 100%;
    height: auto; }
  #subhead #subhead2 {
    max-height: 100vh; }
    #subhead #subhead2 .frame {
      min-height: 100vh;
      max-height: none; }
  #subhead .background__slider DIV {
    max-height: 100vh; }
  BODY:not(.pid0) #subhead #subhead2 .frame {
    min-height: auto; } }

@media all and (max-width: 1600px) {
  #subhead #subhead2 .background__slider .text {
    width: 100%;
    max-width: 650px; } }

@media all and (max-width: 1300px) {
  #subhead .largetext {
    font-size: 40px; }
  #subhead .background__slider .slide .text {
    bottom: 130px;
    -webkit-transform: none;
            transform: none; }
  #subhead .background__slider .scrolldown {
    bottom: 75px; } }

@media all and (max-width: 768px) {
  #subhead .background__slider .slide .text {
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    padding: 20px 6.25%; } }

/*headnav--------------------------------------*/
.head {
  width: 100%; }
  .head .nav {
    list-style-type: none;
    display: flex; }
    .head .nav > li {
      list-style: none;
      position: relative;
      padding: 0 25px; }
      .head .nav > li a {
        display: block;
        text-decoration: none;
        letter-spacing: 0.04em;
        color: #fff; }
        .head .nav > li a:after {
          content: '';
          width: 0;
          left: 50%;
          transition: all 0.4s ease-in-out; }
      .head .nav > li > a {
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 30px;
        position: relative; }
      .head .nav > li.over > .subnav,
      .head .nav > li.over > a,
      .head .nav > li:hover > .subnav {
        display: flex; }
      .head .nav > li.over > a:after,
      .head .nav > li:hover > a:after,
      .head .nav > li.act > a:after,
      .head .nav > li.active > a:after,
      .head .nav > li.current > a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff; }
      .head .nav > li .subnav {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 50%;
        min-width: calc(100% + 30px);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 0;
        text-align: center; }
        .head .nav > li .subnav a:hover,
        .head .nav > li .subnav .over > a,
        .head .nav > li .subnav .act > a,
        .head .nav > li .subnav.active > a,
        .head .nav > li .subnav.current > a {
          background-color: #9d0a0e;
          color: #fff; }
      .head .nav > li > .subnav {
        background: #06151c; }
        .head .nav > li > .subnav > li + li {
          border-top: 1px solid #9d0a0e; }
        .head .nav > li > .subnav > li > a {
          text-transform: uppercase;
          font-size: 15px;
          font-weight: 800;
          letter-spacing: 0.05em;
          padding: 20px 25px; }
        .head .nav > li > .subnav > li > .subnav2 > li > a {
          padding: 3px 0; }

.showSub {
  display: none; }

.head.stickyhead .nav > li > a {
  padding: 25px 15px 25px 15px; }

/*footnav--------------------------------------*/
@media all and (max-width: 1150px) {
  .head .nav > li {
    padding: 0 10px; } }

@media all and (max-width: 960px) {
  .head .head2 .inner .logo {
    width: 116px;
    height: 45px;
    margin: 25px 0 5px 4.25%; }
  .head .head2 .inner nav {
    margin-top: 40px; }
    .head .head2 .inner nav .nav {
      max-height: calc(100vh - 105px);
      overflow-y: scroll; }
      .head .head2 .inner nav .nav .showSub {
        display: initial; }
      .head .head2 .inner nav .nav li .subnav {
        min-width: auto;
        -webkit-transform: none;
                transform: none;
        text-align: left; }
      .head .head2 .inner nav .nav li a:after {
        content: none; }
      .head .head2 .inner nav .nav li a:hover,
      .head .head2 .inner nav .nav li .over > a,
      .head .head2 .inner nav .nav li .act > a,
      .head .head2 .inner nav .nav li.active > a,
      .head .head2 .inner nav .nav li.current > a {
        background-color: #9d0a0e;
        color: #fff; }
      .head .head2 .inner nav .nav li .over .showSub:after, .head .head2 .inner nav .nav li .over .showSub.open:after,
      .head .head2 .inner nav .nav li .act .showSub:after,
      .head .head2 .inner nav .nav li .act .showSub.open:after, .head .head2 .inner nav .nav li.active .showSub:after, .head .head2 .inner nav .nav li.active .showSub.open:after, .head .head2 .inner nav .nav li.current .showSub:after, .head .head2 .inner nav .nav li.current .showSub.open:after {
        border-top-color: #fff; } }

/*suche*/
.tx-indexedsearch-searchbox #tx_indexedsearch {
  width: 50%;
  margin: 0 auto;
  background: #2c2c2c;
  padding: 3%; }
  .tx-indexedsearch-searchbox #tx_indexedsearch LEGEND {
    text-align: center;
    color: #9d0a0e;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 20px; }
  .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form LABEL {
    display: none; }
  .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form INPUT {
    width: 100%;
    border: 0;
    padding: 15px 15px;
    margin: 0; }
  .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit INPUT.tx-indexedsearch-searchbox-button {
    color: #FFF;
    cursor: pointer;
    padding: 15px 40px;
    width: 100%;
    background: #9d0a0e;
    border: none;
    margin-top: 20px; }
    .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit INPUT.tx-indexedsearch-searchbox-button:hover {
      background: #202020; }

.tx-indexedsearch-res {
  background: #2c2c2c;
  padding: 20px 3%;
  margin-top: 20px; }
  .tx-indexedsearch-res h3 .tx-indexedsearch-title span, .tx-indexedsearch-res h3 .tx-indexedsearch-title a {
    display: block;
    text-decoration: none; }
  .tx-indexedsearch-res .tx-indexedsearch-description {
    margin: 0; }
    .tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
      color: #9d0a0e; }
  .tx-indexedsearch-res dl {
    display: flex; }
    .tx-indexedsearch-res dl dd p {
      margin: 0; }

.tx-indexedsearch-browsebox {
  margin: 10px 0; }

@media all and (min-width: 960px) {
  .open_nav {
    display: none; } }

@media all and (max-width: 960px) {
  /*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
  .hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
  .hamburger:hover {
    opacity: 1;
    background-color: transparent; }
  .hamburger:focus {
    outline: none; }
  .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative; }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease; }
  .hamburger-inner::after,
  .hamburger-inner::before {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
  .hamburger {
    display: flex !important; }
  /*
     * Collapse
     */
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  /*Nav*/
  .open_nav {
    display: inherit;
    margin-top: 10px; }
  .head .head2 .inner {
    position: static;
    padding: 15px;
    align-items: center; }
    .head .head2 .inner nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%; }
      .head .head2 .inner nav .nav {
        flex-direction: column; }
        .head .head2 .inner nav .nav li {
          float: none;
          width: 100%;
          position: relative; }
          .head .head2 .inner nav .nav li.sub:hover > a:after,
          .head .head2 .inner nav .nav li.sub.over > a:after {
            display: none !important; }
          .head .head2 .inner nav .nav li a {
            background-color: #2c2c2c;
            border-bottom: 2px solid #eff0f1;
            padding: 20px; }
          .head .head2 .inner nav .nav li .subnav {
            padding: 0;
            box-shadow: none; }
            .head .head2 .inner nav .nav li .subnav li a {
              padding-left: 40px; }
            .head .head2 .inner nav .nav li .subnav li + li {
              margin-left: 0; }
          .head .head2 .inner nav .nav li .subnav,
          .head .head2 .inner nav .nav li .subnav.subnav2,
          .head .head2 .inner nav .nav li:last-child > .subnav,
          .head .head2 .inner nav .nav li:last-child > .subnav.subnav2 {
            position: inherit;
            left: inherit;
            top: inherit; }
          .head .head2 .inner nav .nav li:hover > .subnav,
          .head .head2 .inner nav .nav li.over > .subnav,
          .head .head2 .inner nav .nav li:hover > .subnav2.subnav,
          .head .head2 .inner nav .nav li.over > .subnav2.subnav,
          .head .head2 .inner nav .nav li.over > .subnav .subnav2,
          .head .head2 .inner nav .nav li:hover > .subnav .subnav2 {
            display: none; }
          .head .head2 .inner nav .nav li .showSub {
            position: absolute;
            right: 10px;
            top: 0;
            z-index: 10;
            cursor: pointer;
            width: 67px;
            height: 67px;
            line-height: 67px;
            background: transparent;
            text-align: center;
            transition: 0.25s ease; }
            .head .head2 .inner nav .nav li .showSub:after {
              content: "";
              display: inline-block;
              width: 0;
              height: 0;
              vertical-align: middle;
              border-top: 10px dashed #9d0a0e;
              border-right: 10px solid transparent;
              border-left: 10px solid transparent;
              transition: 0.25s ease; }
            .head .head2 .inner nav .nav li .showSub.open:after {
              border-top-color: #9d0a0e;
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
          .head .head2 .inner nav .nav li .subnav2 li a {
            padding: 10px 10px 10px 40px; }
            .head .head2 .inner nav .nav li .subnav2 li a:before {
              display: none; }
          .head .head2 .inner nav .nav li .subnav2 .showSub {
            background: #2c3b42;
            height: 48px;
            line-height: 48px; } }

.langswitchwrap {
  position: relative; }
  .langswitchwrap P {
    padding: 11px 20px 11px 15px;
    background: url(../Images/arrow-down-white.svg) no-repeat right center/10px auto;
    cursor: pointer; }
    .langswitchwrap P IMG {
      vertical-align: inherit;
      width: 16px; }
    .langswitchwrap P SPAN {
      margin-left: 10px; }
  .langswitchwrap UL.langswitch {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    z-index: 1000;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); }
    .langswitchwrap UL.langswitch:before {
      content: "";
      display: block;
      position: absolute;
      top: -10px;
      left: 50%;
      width: 0px;
      height: 0px;
      -webkit-transform: rotate(360deg) translateX(-50%);
              transform: rotate(360deg) translateX(-50%);
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #ffffff transparent; }
    .langswitchwrap UL.langswitch LI + LI {
      border-top: 1px solid #2c2c2c; }
    .langswitchwrap UL.langswitch LI.act {
      pointer-events: none; }
      .langswitchwrap UL.langswitch LI.act A {
        background-color: #2c2c2c; }
    .langswitchwrap UL.langswitch LI A {
      padding: 20px;
      font-size: 12px;
      color: #9d0a0e; }
      .langswitchwrap UL.langswitch LI A:hover {
        background-color: #2c2c2c; }
    .langswitchwrap UL.langswitch LI IMG {
      display: inline-block;
      vertical-align: inherit;
      width: 16px; }
    .langswitchwrap UL.langswitch LI SPAN {
      display: inline-block;
      margin-left: 10px; }
    .langswitchwrap UL.langswitch.opened {
      display: block; }

/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden; }
  .site .allcont {
    flex: 1 0 auto;
    padding: 0; }

/* Special Elements --------------------------------------------------------------------------*/
/*Accordion  ------------------------------------------------------- */
.accordion__container {
  position: relative; }
  .accordion__container .accordion {
    background-color: #2c2c2c; }
    .accordion__container .accordion + .accordion {
      margin-top: 10px; }
    .accordion__container .accordion .accContent {
      display: none;
      padding: 10px 50px; }
    .accordion__container .accordion .accTrigger {
      background-color: #2c2c2c;
      padding: 10px 50px;
      cursor: pointer;
      position: relative; }
      .accordion__container .accordion .accTrigger h5 {
        color: #9d0a0e;
        padding: 0; }
      .accordion__container .accordion .accTrigger:before {
        content: "";
        display: block;
        width: 44px;
        height: 100%;
        background: url(../Images/arrow-down-blue.svg) no-repeat center center/15px auto;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        transition: all 0.3s ease-in-out; }
      .accordion__container .accordion .accTrigger.active {
        background-color: #1f1f1f; }
        .accordion__container .accordion .accTrigger.active:before {
          -webkit-transform: rotate(0);
                  transform: rotate(0); }
      .accordion__container .accordion .accTrigger:hover {
        background-color: #1f1f1f; }

/*Tabs  ------------------------------------------------------- */
.tab__container .tabs {
  margin: 0; }
  .tab__container .tabs::after {
    display: block;
    clear: both;
    content: ""; }
  .tab__container .tabs > li {
    display: block;
    float: left;
    padding: 10px 30px;
    background: #2c2c2c;
    text-transform: uppercase;
    color: #9d0a0e;
    cursor: pointer;
    list-style-type: none; }
    .tab__container .tabs > li + li {
      margin-left: 10px; }
    .tab__container .tabs > li.activetabnav, .tab__container .tabs > li:hover {
      background: #1f1f1f; }
    .tab__container .tabs > li A {
      text-decoration: none; }
    .tab__container .tabs > li::before {
      content: none; }

.tab__container .tab_wrapper {
  padding: 30px 4% 20px;
  background: #1f1f1f;
  position: relative;
  z-index: 100; }

.background__slider .slide {
  position: relative;
  background: #333333; }
  .background__slider .slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    color: #fff; }
    .background__slider .slide .text .title {
      display: block;
      font-size: 60px;
      line-height: 116.6667%;
      text-transform: uppercase;
      font-weight: 800; }
    .background__slider .slide .text .teaser {
      display: inline-block;
      font-size: 18px;
      line-height: 166.6667%;
      padding-left: 45px; }

.background__slider .scrolldown {
  background-image: url("../Images/arrowdown.svg");
  width: 14px;
  height: 21px; }

@media all and (max-width: 1300px) {
  .background__slider .slide .text .title {
    font-size: 40px; } }

@media all and (max-width: 768px) {
  .background__slider .slide .text .title {
    font-size: 28px; }
  .background__slider .slide .text .teaser {
    font-size: 16px; } }

.mapbtn, .mapimage {
  display: inline-block; }

.mapimagewrap {
  position: relative;
  text-align: center; }
  .mapimagewrap .mapimagewrapinner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    line-height: 0; }
    .mapimagewrap .mapimagewrapinner .mapbtn {
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      background: rgba(167, 167, 167, 0.8);
      padding: 10px 20px 20px;
      color: #fff;
      box-sizing: border-box;
      line-height: 130%; }
      .mapimagewrap .mapimagewrapinner .mapbtn strong {
        display: block;
        text-align: center; }
      .mapimagewrap .mapimagewrapinner .mapbtn span {
        margin: 10px 0;
        display: block; }
        .mapimagewrap .mapimagewrapinner .mapbtn span a {
          color: #fff;
          text-decoration: underline; }
      .mapimagewrap .mapimagewrapinner .mapbtn BUTTON {
        cursor: pointer;
        font-size: inherit;
        background: rgba(255, 255, 255, 0.7);
        padding: 11px 20px;
        border-radius: 3px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        transition: background .2s ease-in-out; }
        .mapimagewrap .mapimagewrapinner .mapbtn BUTTON:hover {
          background: #fff; }
    .mapimagewrap .mapimagewrapinner .mapimage {
      max-width: 100%;
      height: auto;
      width: auto; }

#map {
  height: 440px;
  width: 100%; }

/*Text auf Bild  ------------------------------------------------------- */
.text_on_image {
  position: relative; }
  .text_on_image .text {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: calc((100vw - 1200px) / 2);
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 500px;
    color: #fff; }
    .text_on_image .text h3 {
      font-size: 35px;
      line-height: 142.857%;
      letter-spacing: 0.05em;
      color: #fff;
      margin-bottom: 15px; }
    .text_on_image .text p {
      font-size: 18px;
      line-height: 166.666%; }
    .text_on_image .text .text_inner {
      margin-bottom: 45px; }
    .text_on_image .text .link-btn a {
      background-color: transparent;
      border: 1px solid #fff; }
      .text_on_image .text .link-btn a:hover {
        background-color: #fff;
        color: #9d0a0e; }
  .text_on_image .image {
    height: 100vh;
    min-height: 1000px; }
    .text_on_image .image:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      z-index: 1; }
    .text_on_image .image img {
      max-width: none;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .text_on_image .scrolldown {
    background-image: url("../Images/scrolldown_white.svg"); }

@media all and (max-width: 1300px) {
  .text_on_image .text {
    left: calc((1300px - 1200px) / 2); } }

@media all and (max-width: 960px) {
  .text_on_image .text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media all and (max-width: 768px) {
  .text_on_image .text {
    width: 96%; }
    .text_on_image .text h3 {
      font-size: 26px; } }

@media all and (max-width: 480px) {
  .text_on_image .text {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    padding: 50px 0; }
    .text_on_image .text h3 {
      font-size: 22px; }
    .text_on_image .text p {
      font-size: 16px; }
  .text_on_image .image {
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: auto; }
    .text_on_image .image:before {
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ } }

.references__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  margin-top: 50px;
  margin-bottom: 90px; }
  .references__container > .text {
    width: 55.8333%; }
    .references__container > .text .teaser {
      display: inline-block;
      margin-top: 30px; }
  .references__container .references {
    display: flex;
    flex-wrap: wrap;
    margin: 90px -12px 0; }
    .references__container .references .reference {
      width: calc(25% - 24px);
      margin-bottom: 30px;
      margin-left: 12px;
      margin-right: 12px; }
      .references__container .references .reference .image {
        height: 100%;
        max-height: calc(1.4113 * ((1200px + 24px) / 4 - 24px)); }
        .references__container .references .reference .image img {
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
      .references__container .references .reference .text {
        color: #202020;
        font-size: 16px;
        line-height: 20px;
        padding-top: 5px; }
      .references__container .references .reference a {
        text-decoration: none;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        height: 100%; }

@media all and (max-width: 1200px) {
  .references__container .references .reference .image {
    max-height: calc(1.4113 * ((96vw + 24px) / 4 - 24px)); } }

@media all and (max-width: 1150px) {
  .references__container .references .reference {
    width: calc(33.3333% - 24px); }
    .references__container .references .reference .image {
      max-height: calc(1.4113 * ((96vw + 24px) / 3 - 24px)); } }

@media all and (max-width: 768px) {
  .references__container .text {
    width: 100%; }
  .references__container .references .reference {
    width: calc(50% - 24px); }
    .references__container .references .reference .image {
      max-height: calc(1.4113 * ((96vw + 24px) / 2 - 24px)); } }

@media all and (max-width: 480px) {
  .references__container .references .reference {
    width: calc(100% - 24px); }
    .references__container .references .reference .image {
      max-height: calc(1.4113 * 96vw); } }

.textlist__container {
  height: 100vh;
  min-height: 1000px; }
  .textlist__container .grid2cols .col2 .list_element:not(.has-icon):before {
    content: counter(index);
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #5a5a5a;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
    margin-right: 20px;
    margin-top: 15px; }
  .textlist__container .textlist__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .textlist__container .link-btn {
    margin-top: 60px; }
  .textlist__container .list_element {
    display: flex;
    counter-increment: index; }
    .textlist__container .list_element + .list_element {
      margin-top: 10px; }
  .textlist__container .icon {
    width: 62px;
    height: 62px;
    background: #9d0a0e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 45px;
    margin-top: 10px; }
    .textlist__container .icon img {
      max-width: 36px;
      height: auto; }
  .textlist__container .text {
    width: calc(100% - 107px);
    border-left: 4px solid #9d0a0e;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 25px 35px 7px; }
    .textlist__container .text.has-teaser {
      cursor: pointer; }
    .textlist__container .text:before {
      position: absolute;
      top: 35px;
      left: 0;
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #9d0a0e; }
    .textlist__container .text h6 {
      margin: 0 0 18px;
      padding: 0; }
    .textlist__container .text .teaser {
      display: none;
      opacity: 0;
      transition: opacity 0.4s ease-in-out; }
      .textlist__container .text .teaser p {
        margin-bottom: 18px; }
    .textlist__container .text.active .teaser {
      opacity: 1; }

body:not(#uid1) .textlist__container {
  max-height: 800px;
  min-height: auto; }

.frame-bgcolors2 .textlist__container .scrolldown {
  left: auto;
  right: 100px; }

@media all and (max-width: 1150px) {
  body:not(#uid1) .textlist__container,
  .textlist__container {
    height: auto;
    max-height: none; }
    body:not(#uid1) .textlist__container .grid2cols,
    .textlist__container .grid2cols {
      flex-direction: column; }
      body:not(#uid1) .textlist__container .grid2cols .col,
      .textlist__container .grid2cols .col {
        width: 100%;
        max-width: 600px;
        margin: 0 auto; }
        body:not(#uid1) .textlist__container .grid2cols .col + .col,
        .textlist__container .grid2cols .col + .col {
          margin-top: 100px; }
        body:not(#uid1) .textlist__container .grid2cols .col.col1,
        .textlist__container .grid2cols .col.col1 {
          text-align: center; }
    body:not(#uid1) .textlist__container .textlist__inner,
    .textlist__container .textlist__inner {
      top: auto;
      -webkit-transform: none;
              transform: none;
      padding-top: 150px;
      padding-bottom: 100px; } }

@media all and (max-width: 768px) {
  body:not(#uid1) .icontext33__container .icontext33__inner,
  .icontext33__container .icontext33__inner {
    padding-top: 50px;
    padding-bottom: 40px; } }

@media all and (max-width: 480px) {
  .textlist__container .icon {
    margin-right: 10px; }
  .textlist__container .text {
    width: calc(100% - 72px);
    padding: 15px 15px 7px 25px; }
    .textlist__container .text h6 {
      margin: 0 0 8px; } }

.listimage__container {
  height: 100vh;
  min-height: 1000px;
  background: #9d0a0e;
  display: flex;
  align-items: center;
  color: #fff; }
  .listimage__container .grid2cols {
    width: 100%;
    height: 100%;
    align-items: stretch; }
    .listimage__container .grid2cols .col1 {
      width: 55.625%;
      align-self: center; }
      .listimage__container .grid2cols .col1 .inner {
        max-width: 680px;
        margin-left: auto;
        margin-right: 0;
        padding-right: 160px; }
      .listimage__container .grid2cols .col1 h2 {
        color: #fff;
        padding-bottom: 80px; }
      .listimage__container .grid2cols .col1 h5 {
        color: #fff;
        padding-bottom: 5px;
        padding-top: 0; }
      .listimage__container .grid2cols .col1 .list_element {
        counter-increment: index;
        display: flex;
        position: relative; }
        .listimage__container .grid2cols .col1 .list_element + .list_element {
          margin-top: 75px; }
        .listimage__container .grid2cols .col1 .list_element:before {
          content: counter(index);
          display: inline-block;
          border-radius: 50%;
          border: 1px solid #fff;
          width: 50px;
          height: 50px;
          font-size: 20px;
          line-height: 50px;
          font-weight: 800;
          text-align: center;
          margin-right: 50px; }
        .listimage__container .grid2cols .col1 .list_element:after {
          content: '';
          display: block;
          width: 2px;
          max-height: 75px;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.3);
          position: absolute;
          left: 24px;
          top: calc((100% + 25px) / 2 + 50px);
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .listimage__container .grid2cols .col1 .list_element:last-of-type:after {
          content: none; }
        .listimage__container .grid2cols .col1 .list_element .text {
          width: calc(100% - 100px); }
          .listimage__container .grid2cols .col1 .list_element .text a:hover {
            color: #202020; }
        .listimage__container .grid2cols .col1 .list_element.circle:before, .listimage__container .grid2cols .col1 .list_element.circle:after {
          content: none; }
        .listimage__container .grid2cols .col1 .list_element.circle .circle-text {
          display: inline-block;
          border-radius: 50%;
          border: 1px solid #fff;
          width: 80px;
          height: 80px;
          font-size: 16px;
          line-height: 80px;
          font-weight: 800;
          text-align: center;
          margin-right: 50px; }
        .listimage__container .grid2cols .col1 .list_element.circle .text {
          width: calc(100% - 130px); }
    .listimage__container .grid2cols .col2 {
      width: 44.375%; }
      .listimage__container .grid2cols .col2 figure {
        height: 100%; }
        .listimage__container .grid2cols .col2 figure img {
          max-width: none; }
      .listimage__container .grid2cols .col2 .link-btn {
        position: absolute;
        bottom: 0;
        right: 0; }
        .listimage__container .grid2cols .col2 .link-btn a {
          background-color: #fff;
          border-color: #fff;
          color: #9d0a0e;
          position: relative;
          padding-right: 60px; }
          .listimage__container .grid2cols .col2 .link-btn a:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 25px;
            width: 15px;
            height: 10px;
            background: url("../Images/arrow.svg") no-repeat center/contain;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            transition: all 0.4s ease-in-out; }
          .listimage__container .grid2cols .col2 .link-btn a:hover:after {
            right: 20px; }
  .listimage__container .scrolldown {
    background-image: url("../Images/scrolldown_white.svg"); }
  .listimage__container.col_pos_b-l {
    background-color: #2c2c2c; }
    .listimage__container.col_pos_b-l .gridrow {
      flex-direction: row-reverse; }
      .listimage__container.col_pos_b-l .gridrow .col1 .inner {
        margin-left: 0;
        margin-right: auto;
        padding-right: 0;
        padding-left: 160px; }
      .listimage__container.col_pos_b-l .gridrow .col + .col {
        margin-left: 0; }
      .listimage__container.col_pos_b-l .gridrow .link-btn {
        right: auto;
        left: 0; }
      .listimage__container.col_pos_b-l .gridrow .list_element .text a:hover {
        color: #9d0a0e; }
    .listimage__container.col_pos_b-l .scrolldown {
      left: auto;
      right: 100px; }

.icontext33__container {
  text-align: center;
  height: 100vh;
  min-height: 1000px; }
  .icontext33__container .icontext33__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .icontext33__container .gridrow {
    margin-top: 140px;
    margin-bottom: 110px; }
    .icontext33__container .gridrow .col {
      position: relative;
      padding: 5px 0 15px; }
    .icontext33__container .gridrow .col1:after,
    .icontext33__container .gridrow .col3:before {
      content: '';
      display: block;
      width: 2px;
      height: 100%;
      background: #e8e8e8;
      position: absolute;
      top: 0;
      right: 0; }
    .icontext33__container .gridrow .col3:before {
      right: auto;
      left: 0; }
  .icontext33__container .title {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    color: #202020;
    margin-top: 30px; }
  .icontext33__container .teaser {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    font-weight: 800;
    color: #6d6e71; }
  .icontext33__container img {
    height: 61px; }

body:not(#uid1) .icontext33__container {
  max-height: 800px;
  min-height: auto; }

.frame-bgcolors2 .icontext33__container .scrolldown {
  left: auto;
  right: 100px; }

@media all and (max-width: 1150px) {
  body:not(#uid1) .icontext33__container,
  .icontext33__container {
    height: auto;
    max-height: none; }
    body:not(#uid1) .icontext33__container .gridrow,
    .icontext33__container .gridrow {
      margin-top: 80px;
      margin-bottom: 80px; }
    body:not(#uid1) .icontext33__container .grid3cols,
    .icontext33__container .grid3cols {
      flex-direction: column; }
      body:not(#uid1) .icontext33__container .grid3cols .col,
      .icontext33__container .grid3cols .col {
        width: 100%;
        max-width: 600px;
        margin: 0 auto; }
        body:not(#uid1) .icontext33__container .grid3cols .col + .col,
        .icontext33__container .grid3cols .col + .col {
          margin-top: 50px; }
        body:not(#uid1) .icontext33__container .grid3cols .col.col1:after, body:not(#uid1) .icontext33__container .grid3cols .col.col3:before,
        .icontext33__container .grid3cols .col.col1:after,
        .icontext33__container .grid3cols .col.col3:before {
          content: none; }
    body:not(#uid1) .icontext33__container .icontext33__inner,
    .icontext33__container .icontext33__inner {
      top: auto;
      -webkit-transform: none;
              transform: none;
      padding-top: 150px;
      padding-bottom: 100px; } }

@media all and (max-width: 768px) {
  body:not(#uid1) .icontext33__container .icontext33__inner,
  .icontext33__container .icontext33__inner {
    padding-top: 50px;
    padding-bottom: 40px; } }

.content__slider {
  width: 100%;
  max-width: 1300px;
  margin-left: calc((100vw - 1200px) / 2);
  height: 100vh;
  min-height: 1000px; }
  .content__slider .content__inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .content__slider .content__inner > .text {
      width: 33.3333%;
      margin-top: 85px; }
      .content__slider .content__inner > .text .subline {
        display: inline-block;
        margin-top: 15px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 800;
        letter-spacing: 0.05em;
        color: #6d6e71;
        text-transform: uppercase; }
    .content__slider .content__inner .slider {
      width: 66.6666%; }
      .content__slider .content__inner .slider .gridrow .col1 {
        width: 53%; }
      .content__slider .content__inner .slider .gridrow .col2 {
        width: 39%;
        margin-left: 8%;
        margin-top: 85px; }
      .content__slider .content__inner .slider .title {
        font-size: 18px;
        line-height: 40px;
        font-weight: 800;
        color: #202020;
        text-transform: uppercase; }
      .content__slider .content__inner .slider .teaser {
        margin-top: 15px; }
      .content__slider .content__inner .slider .link-btn {
        margin-top: 40px; }
  .content__slider .slick-dots {
    bottom: 50px;
    width: 53%; }
    .content__slider .slick-dots li {
      width: 9px;
      height: 9px;
      padding: 0;
      transition: all 0.4s ease-in-out; }
      .content__slider .slick-dots li button {
        background: #fff;
        border: 2px solid transparent;
        opacity: 1;
        padding: 0;
        transition: all 0.4s ease-in-out; }
        .content__slider .slick-dots li button:hover {
          opacity: 1;
          background: transparent;
          border-color: #fff; }
      .content__slider .slick-dots li.slick-active {
        width: 13px;
        height: 13px; }
        .content__slider .slick-dots li.slick-active button {
          opacity: 1;
          background: transparent;
          border-color: #fff; }
  .content__slider .scrolldown {
    left: auto;
    right: 100px; }

.gallery {
  padding-bottom: 40px; }
  .gallery .gallery__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px; }
    .gallery .gallery__inner .image_container {
      position: relative;
      width: calc(20% - (10px * 4) / 5);
      min-width: 200px; }
      .gallery .gallery__inner .image_container + .image_container {
        margin-left: 10px; }
      .gallery .gallery__inner .image_container .text {
        position: absolute;
        top: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        color: #fff;
        padding: 0 20px;
        width: 100%;
        pointer-events: none; }
      .gallery .gallery__inner .image_container:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        background: rgba(157, 10, 14, 0.8);
        opacity: 0;
        transition: all 0.3s ease-in-out; }
      .gallery .gallery__inner .image_container:hover .text {
        top: 50%;
        opacity: 1;
        pointer-events: auto; }
      .gallery .gallery__inner .image_container:hover:before {
        opacity: 1; }

@media all and (max-width: 1150px) {
  .gallery .gallery__inner {
    max-width: 700px;
    margin: 0 auto;
    justify-content: center; }
    .gallery .gallery__inner .image_container {
      width: calc(33.333% - 10px);
      margin: 0 5px 10px; }
      .gallery .gallery__inner .image_container + .image_container {
        margin-left: 5px; } }

@media all and (max-width: 1150px) {
  .gallery .gallery__inner .image_container .text {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    color: #202020;
    pointer-events: auto; }
  .gallery .gallery__inner .image_container:hover .text {
    top: 0; }
  .gallery .gallery__inner .image_container:hover:before {
    opacity: 0; } }

@media all and (max-width: 480px) {
  .gallery .gallery__inner .image_container {
    max-width: 280px;
    width: 100%;
    margin: 0 0 10px; }
    .gallery .gallery__inner .image_container + .image_container {
      margin-left: 0; } }

.list__container {
  height: 100vh;
  min-height: 1000px;
  display: flex;
  align-items: center;
  color: #fff; }
  .list__container .list__inner {
    max-width: 680px;
    margin: 0 auto; }
  .list__container h2 {
    padding-bottom: 80px; }
  .list__container h5 {
    padding-bottom: 5px;
    padding-top: 0; }
  .list__container .list_element {
    counter-increment: index;
    display: flex;
    position: relative; }
    .list__container .list_element + .list_element {
      margin-top: 75px; }
    .list__container .list_element:before {
      content: counter(index);
      display: inline-block;
      border-radius: 50%;
      border: 1px solid #5a5a5a;
      width: 50px;
      height: 50px;
      font-size: 20px;
      line-height: 50px;
      font-weight: 800;
      text-align: center;
      margin-right: 50px;
      color: #5a5a5a; }
    .list__container .list_element:after {
      content: '';
      display: block;
      width: 2px;
      max-height: 75px;
      height: 100%;
      background-color: rgba(90, 90, 90, 0.3);
      position: absolute;
      left: 24px;
      top: calc((100% + 25px) / 2 + 50px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .list__container .list_element:last-of-type:after {
      content: none; }
    .list__container .list_element .text {
      width: calc(100% - 100px); }
      .list__container .list_element .text a:hover {
        color: #202020; }
      .list__container .list_element .text .teaser {
        color: #5a5a5a; }
    .list__container .list_element.circle:before, .list__container .list_element.circle:after {
      content: none; }
    .list__container .list_element.circle .circle-text {
      display: inline-block;
      border-radius: 50%;
      border: 1px solid #5a5a5a;
      width: 80px;
      height: 80px;
      font-size: 16px;
      line-height: 80px;
      font-weight: 800;
      text-align: center;
      margin-right: 50px; }
    .list__container .list_element.circle .text {
      width: calc(100% - 130px); }

.videoplayer {
  margin-top: 20px; }
  .videoplayer video {
    width: 100%; }

@media all and (max-width: 768px) {
  BODY:not(.pid0) #subhead #subhead2 .videoplayer {
    height: 400px; } }

.foot {
  background-color: #262626;
  color: #fff;
  padding: 80px 0 35px 0;
  position: relative;
  font-size: 14px;
  line-height: 27px; }
  .foot > .inner {
    max-width: 1400px; }
    .foot > .inner:after {
      content: '';
      display: block;
      clear: both; }
  .foot h6 {
    margin-bottom: 25px; }
  .foot A {
    text-decoration: none;
    color: #fff; }
  .foot hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 30px 0 20px; }
  .foot .foot-top {
    display: flex; }
    .foot .foot-top .col {
      width: calc(27% - 50px); }
      .foot .foot-top .col + .col {
        margin-left: 100px; }
      .foot .foot-top .col.col3 {
        width: calc(44% - 100px);
        text-align: right; }
        .foot .foot-top .col.col3 p {
          margin: 0; }
    .foot .foot-top .link-mail,
    .foot .foot-top a[href^="tel:"] {
      display: inline-block;
      padding-left: 35px;
      background: url("../Images/mail.svg") no-repeat left center/20px auto;
      text-transform: none;
      font-size: 16px;
      line-height: 30px;
      font-weight: 800; }
      .foot .foot-top .link-mail:hover,
      .foot .foot-top a[href^="tel:"]:hover {
        color: #9d0a0e;
        background-image: url("../Images/mail_red.svg"); }
    .foot .foot-top a[href^="tel:"] {
      background-image: url("../Images/phone.svg");
      background-size: 16px auto;
      margin-left: 0; }
      .foot .foot-top a[href^="tel:"]:hover {
        background-image: url("../Images/phone_red.svg"); }
  .foot .footnav {
    float: left; }
    .foot .footnav li {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      color: #797979; }
      .foot .footnav li + li {
        margin-left: 25px; }
      .foot .footnav li a {
        color: #797979; }
        .foot .footnav li a:hover {
          color: #fff; }
  .foot .copy {
    float: right;
    color: #797979; }
    .foot .copy p {
      margin: 0; }
  .foot .logo {
    margin-bottom: 30px; }
    .foot .logo a {
      display: block;
      width: 100%;
      height: 100%; }
      .foot .logo a span {
        display: none; }

@-webkit-keyframes bounce {
  0% {
    top: 50%;
    opacity: 1; }
  40% {
    top: 60%;
    opacity: 0; }
  60% {
    top: 40%;
    opacity: 0; }
  100% {
    top: 50%;
    opacity: 1; } }

@keyframes bounce {
  0% {
    top: 50%;
    opacity: 1; }
  40% {
    top: 60%;
    opacity: 0; }
  60% {
    top: 40%;
    opacity: 0; }
  100% {
    top: 50%;
    opacity: 1; } }

@media all and (max-width: 960px) {
  .foot .foot-top .col {
    width: calc(32% - 20px); }
    .foot .foot-top .col + .col {
      margin-left: 40px; }
    .foot .foot-top .col.col3 {
      width: calc(34% - 40px);
      text-align: right; } }

@media all and (max-width: 768px) {
  .foot .foot-top {
    flex-wrap: wrap; }
    .foot .foot-top .col,
    .foot .foot-top .col.col3 {
      width: 100%;
      text-align: center;
      max-width: 400px;
      margin: 0 auto; }
      .foot .foot-top .col + .col,
      .foot .foot-top .col.col3 + .col {
        margin-left: auto; }
  .foot .footnav,
  .foot .copy {
    float: none;
    text-align: center; }
  .foot .footnav li + li {
    margin-left: 20px; } }

.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #9d0a0e;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(75px) rotate(180deg);
          transform: translateY(75px) rotate(180deg);
  transition: all 0.3s ease-in-out; }
  .backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: url(../Images/arrow-down-white.svg) no-repeat center center/16px auto;
    transition: all 0.3s ease-in-out; }
  .backtotop:hover::after {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite; }
  .backtotop SPAN {
    display: none; }
  .backtotop:hover {
    background-color: #202020; }
  .backtotop.visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0%) rotate(180deg);
            transform: translateY(0%) rotate(180deg); }

.news-list-view-layout1 {
  display: flex; }
  .news-list-view-layout1 .col {
    width: 25%; }
    .news-list-view-layout1 .col .article {
      position: relative;
      overflow: hidden; }
      .news-list-view-layout1 .col .article .teaser_overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 50px;
        background: rgba(51, 51, 51, 0.2); }
        .news-list-view-layout1 .col .article .teaser_overlay H3 {
          text-transform: none; }
          .news-list-view-layout1 .col .article .teaser_overlay H3 A {
            color: #fff;
            text-decoration: none; }
        .news-list-view-layout1 .col .article .teaser_overlay .teaser_overlay_inner {
          height: 100%;
          display: flex; }
          .news-list-view-layout1 .col .article .teaser_overlay .teaser_overlay_inner .teaser_overlay_inner_bottom {
            align-self: flex-end;
            -webkit-transform: translateY(100%) translateY(-60px);
                    transform: translateY(100%) translateY(-60px);
            transition: all 0.3s ease-in-out; }
            .news-list-view-layout1 .col .article .teaser_overlay .teaser_overlay_inner .teaser_overlay_inner_bottom .teaser-header {
              padding-bottom: 50px;
              transition: padding-bottom 0.3s ease-in-out; }
      .news-list-view-layout1 .col .article .news-img-wrap A {
        line-height: 0;
        display: block; }
        .news-list-view-layout1 .col .article .news-img-wrap A IMG {
          width: 100%;
          height: auto; }
      .news-list-view-layout1 .col .article:hover {
        background: transparent; }
        .news-list-view-layout1 .col .article:hover .teaser_overlay .teaser_overlay_inner_bottom {
          -webkit-transform: none;
                  transform: none; }
          .news-list-view-layout1 .col .article:hover .teaser_overlay .teaser_overlay_inner_bottom .teaser-header {
            padding-bottom: 0; }
        .news-list-view-layout1 .col .article:hover:after {
          opacity: 1;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27348b+0,006ab4+40,0abbef+100 */
          background: #27348b;
          /* Old browsers */
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(45deg, rgba(39, 52, 139, 0.8) 0%, rgba(0, 106, 180, 0.8) 40%, #0abbef 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27348b', endColorstr='#0abbef',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */ }
      .news-list-view-layout1 .col .article:after {
        content: "";
        pointer-events: none;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
  .news-list-view-layout1 .col2 A.button {
    margin-top: 10px; }

/*Newsletter*/
.newsL .field {
  padding: 2px 0; }
  .newsL .field label {
    padding: 3px 0 0;
    display: block; }
    .newsL .field label.mandatory {
      font-size: 11px;
      color: #172755;
      font-style: italic; }
  .newsL .field .submit {
    background-color: #9d0a0e;
    color: #FFF;
    cursor: pointer;
    margin: 10px 0;
    padding: 10px 15px; }
    .newsL .field .submit:hover {
      background-color: #202020; }
  .newsL .field input {
    border: 2px solid #fff;
    padding: 10px 15px;
    background: #eee; }
    .newsL .field input:focus {
      outline: none; }
    .newsL .field input.error {
      border: 2px solid red; }

/*Powermail*/
.tx-powermail .powermail_form h3 {
  display: none; }

.tx-powermail .powermail_form .powermail_fieldset {
  margin-top: 10px; }
  .tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
    display: none; }
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
    padding: 3px 0;
    position: relative;
    margin: 10px 0; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error {
      border: 2px solid #9d0a0e; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error {
      border: 2px solid #9d0a0e; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
      cursor: pointer; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
      display: inline-block;
      margin-right: 2%; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit {
      float: right; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
        display: flex;
        justify-content: flex-end; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklrung .powermail_field .checkbox {
      padding: 10px;
      width: 100%; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklrung .powermail_field .checkbox.parsley-error {
        background: #9d0a0e;
        color: #fff; }
        .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklrung .powermail_field .checkbox.parsley-error a {
          color: #fff; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .mandatory {
      color: #9d0a0e; }
  .tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list {
    display: none; }

.tx-powermail .hidelabel > LABEL {
  display: none; }

.tx-powermail .greyboxpowermail {
  background: #2c2c2c;
  padding: 2%; }

.tx-powermail .width33powermail,
.tx-powermail .width50powermail {
  width: 32%;
  float: left; }

.tx-powermail .width50powermail {
  width: 49%; }

.tx-powermail .width33powermail + .width33powermail,
.tx-powermail .width50powermail + .width50powermail {
  margin-left: 2% !important; }

.tx-powermail .width33powermail + :not(.width33powermail),
.tx-powermail .width50powermail + :not(.width50powermail) {
  clear: both; }

.tx-powermail .powermail_create dt {
  padding: 2px 0;
  font-weight: bold;
  float: left;
  clear: both;
  margin-right: 2%;
  width: 28%; }

.tx-powermail .powermail_create dd {
  float: left;
  width: 70%;
  padding: 2px 0; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 20px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 20px; }
  [dir="rtl"] .slick-next {
    left: 20px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border-radius: 50%;
      border: 0;
      background: #9d0a0e;
      display: block;
      height: 100%;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      opacity: 0.25; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
    .slick-dots li.slick-active button {
      opacity: 0.75; }
    .slick-dots li::before {
      content: none !important; }

/*Login*/
.tx-felogin-pi1 {
  background: #eee;
  padding: 4% 2%; }
  .tx-felogin-pi1 h3 {
    margin-bottom: 20px; }
  .tx-felogin-pi1 form {
    margin-top: 50px; }
    .tx-felogin-pi1 form legend {
      display: none; }
    .tx-felogin-pi1 form div + div {
      margin-top: 10px; }
    .tx-felogin-pi1 form #pass {
      margin: 5px 0 15px; }
    .tx-felogin-pi1 form label {
      display: block; }
    .tx-felogin-pi1 form input[type="submit"] {
      cursor: pointer;
      border: none; }

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .datepicker-container::before, .datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f; }
  .datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
    border-top: 0;
    left: 10px;
    top: -5px; }
  .datepicker-top-left::before, .datepicker-top-right::before {
    border-bottom-color: #39f; }
  .datepicker-top-left::after, .datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f; }
  .datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
    border-bottom: 0;
    bottom: -5px;
    left: 10px; }
  .datepicker-bottom-left::before, .datepicker-bottom-right::before {
    border-top-color: #39f; }
  .datepicker-bottom-left::after, .datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px; }

.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }
  .datepicker-panel > ul::before, .datepicker-panel > ul::after {
    content: " ";
    display: table; }
  .datepicker-panel > ul::after {
    clear: both; }
  .datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px; }
    .datepicker-panel > ul > li:hover {
      background-color: #e5f2ff; }
    .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
      color: #999; }
    .datepicker-panel > ul > li.highlighted {
      background-color: #e5f2ff; }
      .datepicker-panel > ul > li.highlighted:hover {
        background-color: #cce5ff; }
    .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
      color: #39f; }
    .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
      background-color: #fff;
      color: #ccc;
      cursor: default; }
      .datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
        background-color: #e5f2ff; }
    .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
      font-size: 18px; }
    .datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
      width: 150px; }
  .datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px; }
  .datepicker-panel > ul[data-view="week"] > li,
  .datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #fff;
    cursor: default; }

.datepicker-hide {
  display: none; }

.fileuploaderwrap {
  position: relative; }
  .fileuploaderwrap LABEL:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .fileuploaderwrap:hover STRONG {
    background-color: #202020; }
  .fileuploaderwrap DIV {
    display: flex;
    justify-content: space-between;
    border: 2px solid #2c2c2c; }
    .fileuploaderwrap DIV SPAN {
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 6px 15px; }
    .fileuploaderwrap DIV STRONG {
      color: #fff;
      background: #9d0a0e url(../Images/icon-fileupload.svg) no-repeat left 15px center/20px auto;
      padding: 6px 15px 6px 50px;
      transition: all 0.3s ease-in-out; }

.js .fileuploader {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input {
  padding: 8px 15px 7px; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  flex: 1; }

.cc-window.cc-banner {
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  flex: 1; }

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.delay-250 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.iframewrap {
  position: relative;
  background: #e6e6e6; }

.iframewrap .iframewraptext {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 90%; }

.iframewrap .privacytext {
  display: block;
  margin: 10px 0 20px; }

.iframewrap BUTTON.loadiframebtn {
  display: inline-block;
  cursor: pointer;
  width: auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 7px 30px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  transition: background .2s ease-in-out; }

.iframewrap BUTTON.loadiframebtn:hover {
  background: #fff; }

.iframewrap IFRAME {
  width: 100%;
  height: 400px; }

.ytframe {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  background: #e6e6e6; }

.ytframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/*# sourceMappingURL=main.css.map */